home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / SERVER < prev    next >
Encoding:
Text File  |  1993-05-04  |  3.2 KB  |  68 lines

  1. Usage: SERVER [<name of server>|<number in server_list> [<port>]]
  2.        SERVER [+|-]
  3.        SERVER -DELETE <number in server_list>
  4.   Switches your primary server to the server specified at the
  5.   specified port number.   If no port number is given, the default
  6.   port number is used.   Your channel and AWAY status will remain
  7.   unchanged.   Occasionally, you can switch servers faster than the
  8.   irc   network can send out the information that you have left a
  9.   server.  So don't be surprised if it says your nickname is in 
  10.   use...  just wait a moment and set it with NICK.  IRCII
  11.   maintains an internal list of servers you have connected to.
  12.   To see that list, use SERVER with no arguments.  You may also
  13.   specify one of the servers in the server list by its number in
  14.   the list, by issuing:
  15.     SERVER <number in list>
  16.   Likewise, you can automatically switch to the next or previous
  17.   server in the server list by doing:
  18.     SERVER + 
  19.   or 
  20.     SERVER - 
  21.   to switch to the next and previous server in the list,
  22.   respectively.  
  23.   Also, you can set a particular server to be associated with a
  24.   particular IRCII window.  To do this, set the current window to the
  25.   window you wish to use and do:
  26.     SERVER +servername
  27.   In this case, servername may again be a name, IP address, or number
  28.   of a server in your server list.
  29.   This will connect you to the given server as a secondary server in
  30.   that window.  Doing a /SERVER with no parameters will show you your
  31.   primary server.  If you kill the last window associated with a
  32.   server, the connection to that server will close.  If you kill the
  33.   last window associated with your primary server, a new open server
  34.   will be chosen as the primary server.  If there are open servers you
  35.   will not be allowed to close the connection to your primary server.
  36.   The following will also close a connection to a specific server:
  37.     SERVER -servername
  38.   When you create new windows, they will use as their associated
  39.   server whatever was the server for the current window when the new
  40.   window was created.  You can therefore have more than one window for
  41.   any server, but still only one primary server.
  42.  
  43.   Every time you switch to a new server, it gets
  44.   added to the server list automatically.  To set up initial
  45.   servers in the server list, you can specify them on the command
  46.   line as such:
  47.     irc <nickname> server1 server2 server3
  48.   Each host may have it's own port number and password specified
  49.   on the command line as well:
  50.     irc <nickname> server1:6667 server2:7000:blah server3::foo
  51.   In this case, server1 will use port 6667, server2 will use port
  52.   7000 with password blah, and server3 will use the default port
  53.   number with password foo.  The -p switch on the command line
  54.   allows you to specify the default port number.  Also, if no
  55.   password is specified and one is needed to connect, you will be
  56.   prompted to enter a password before you can connect.  You can
  57.   also specify the default server list in the IRCSERVER
  58.   environment variable using the same format as above.
  59.  
  60. Available flags:
  61.   -DELETE <number in servers list>
  62.     Allows you to remove servers from the internal server list.
  63.  
  64. See Also:
  65.   ircII server_lists
  66.   ircII command_line_args
  67.   ircII environment_vars
  68.